home *** CD-ROM | disk | FTP | other *** search
/ Amiga Packmags / Source, The - Issue 5 (1993)(Epsilon)[WB].zip / Source, The - Issue 5 (1993)(Epsilon)[WB].adf / AssemblingSources.txt < prev    next >
Text File  |  1993-04-15  |  761b  |  14 lines

  1. It seems that many people have been having trouble assembling some of the
  2. source code from these disks.  Almost all of the sources have been
  3. assembled with AsmOne version 1.01 and version 1.08.  There are some small
  4. differences between this assmebler and DevPac.  For example, to end a
  5. conditional block in AsmOne one would use 'ENDIF', but in DevPac one would
  6. use 'ENDC'.  Also, DevPac (and most other assemblers) expect an 'END' at
  7. the end of your source file.  AsmOne adds one for you, so there isn't one
  8. explicitly in the source code.  To assemble those sources in DevPac, you
  9. will need to add an 'END' at the end of the code.
  10.  
  11. If you find anyother irregularities between assemblers, let me know and I
  12. will add the to this file.  Thanks.
  13.                 - Dancing Fool
  14.